home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 11 / 0 / DISK1105.ZIP / HELP / #EDIT6.3 < prev    next >
Text File  |  1988-06-01  |  3KB  |  70 lines

  1.  
  2.            ══════════════════════════════════════════════════════════════
  3.                         SPECIAL  TABLE  SETUP  CAPABILITY
  4.            ══════════════════════════════════════════════════════════════
  5.  
  6.                                                                TABLE
  7.  
  8.                  The TABLE data statement is a very powerful mechanism to 
  9.                  minimize  the redundancy of similar data statements  for 
  10.                  some  MODELS.  This  is  accomplished by  following  the 
  11.                  STEPS:
  12.  
  13.                     1. Start with the word TABLE and then followed by the 
  14.                        PRICE,  LIMITS  or relational data statement to be 
  15.                        used  for  the  TABLE.  This may  be  any  of  the 
  16.                        previously discussed data statements like:
  17.  
  18.                             PRICES/COSTS             USE/MAKE
  19.                             FIXED                    POOL/INVENTORY
  20.                             L.L./U.L.                DISTRIBUTE
  21.                             LIMITS                   APPLY
  22.                             EQUATE/EQUATIONS         XFERCOST
  23.  
  24. ...more information on next view
  25.  
  26.                     2. The  question mark(?) will represent the positions 
  27.                        within  this relational data statement which  will 
  28.                        be  replaced by data in the following  table.  The 
  29.                        statement is accordingly terminated with the semi-
  30.                        colon  (;).  These replaceable positions may be  a 
  31.                        resource,  a  data  value or  two(2)  data  values 
  32.                        (LIMITS). i.e.
  33.                                 
  34.                        '-------------------------------------------------
  35.                              USE #?, #100=?  MAKE    #?=?,  #50=?;
  36.                        '-------------------------------------------------
  37.  
  38.                        This  line requires five(5) data  values,  in  the 
  39.                        following order:
  40.                               1. a resource number
  41.                               2. a data value
  42.                            3.,4. a resource number and data value
  43.                               5. a data value
  44.                        
  45.  
  46. ...more information on next view
  47.  
  48.  
  49.                     3. This  is then followed by the DATA  section,  with 
  50.                        numbers listed in tabular form. The numbers within 
  51.                        the  DATA   table MUST be separated by  commas(,), 
  52.                        TABS  or  carriage return.   For  convenience  and 
  53.                        aesthetic, comments lines may be added freely.
  54.  
  55.                        DATA section for the above sample may be:
  56.  
  57.                        '-------------------------------------------------
  58.                        DATA
  59.                                  #100,     5.00,     #10,  2.0,   55.6
  60.                                  #101,     5.55,     #11,  2.3,   80.0
  61.                                  #102,     7.80,     #12,  3.4,   86.0
  62.                        END
  63.                        '-------------------------------------------------
  64.  
  65.                     4. Terminate the data section with the END statement.
  66.  
  67.  
  68. ...try other screens
  69.  
  70.